home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 April: Mac OS SDK / Dev.CD Apr 00 SDK1.toast / Development Kits / Mac OS / Apple Guide / Engineering / Context Check Modules / Standard CC Modules / Chooser Context / Chooser.r < prev    next >
Encoding:
Text File  |  1993-11-29  |  584 b   |  30 lines  |  [TEXT/MPS ]

  1. //    Copyright:    © 1993 Apple Computer, Inc. All rights reserved.
  2. //    Author:        Scott Searle (original)
  3. //                Victor J. Hnyp (extensions)
  4. //    Date:        03/24/93
  5.  
  6. // Revisions
  7. //
  8. //    03/24/93    VJH    2.04    Fixed: isPortInUse
  9. //
  10. //    03/15/93    VJH    2.03    Fixed: isPortSelected, isPortInUse
  11. //
  12. //    02/08/93    VJH    2.02    First 1.0 beta release
  13.  
  14.  
  15. #include "Types.r"
  16. #include "SysTypes.r"
  17.  
  18. resource 'vers' (1)
  19. {
  20.     0x01, 0x00, beta, 0x04, verUS,
  21.     "1.0b4",
  22.     "1.0b4 24-Mar-93, © 1993 Apple Computer, Inc. All rights reserved."
  23. };
  24.  
  25. resource 'vers' (2)
  26. {
  27.     0x01, 0x00, beta, 0x04, verUS,
  28.     "1.0b4",
  29.     "APPLE CONFIDENTIAL"
  30. };